type google.golang.org/protobuf/internal/impl.uint64Converter

8 uses

	google.golang.org/protobuf/internal/impl (current package)
		convert.go#L116: 			return &uint64Converter{t, defVal(fd, uint64Zero)}
		convert.go#L241: type uint64Converter struct {
		convert.go#L246: func (c *uint64Converter) PBValueOf(v reflect.Value) protoreflect.Value {
		convert.go#L252: func (c *uint64Converter) GoValueOf(v protoreflect.Value) reflect.Value {
		convert.go#L255: func (c *uint64Converter) IsValidPB(v protoreflect.Value) bool {
		convert.go#L259: func (c *uint64Converter) IsValidGo(v reflect.Value) bool {
		convert.go#L262: func (c *uint64Converter) New() protoreflect.Value  { return c.def }
		convert.go#L263: func (c *uint64Converter) Zero() protoreflect.Value { return c.def }